From: Sascha Steinbiss Date: Sat, 27 Sep 2025 19:43:45 +0000 (+0200) Subject: do not clean vendor directory on distclean X-Git-Tag: archive/raspbian/1%7.0.10-1+rpi1+deb13u1^2~8 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=2fc94b3526de8b8f208cef1803bb7d122925f914;p=suricata.git do not clean vendor directory on distclean Last-Update: 2018-12-26 dh_auto_clean calls make distclean, which in the case of Suricata also removes the vendor directory. This breaks repeated builds. Gbp-Pq: Name fix-repeated-builds.patch --- diff --git a/rust/Makefile.am b/rust/Makefile.am index db3935af..eb2a6c03 100644 --- a/rust/Makefile.am +++ b/rust/Makefile.am @@ -77,7 +77,7 @@ distclean-local: rm -f Cargo.lock maintainer-clean-local: - rm -rf vendor gen + rm -rf gen check: CARGO_HOME="$(CARGO_HOME)" @rustup_home@ \